# 0 - Pre-War
model = {
	cost						= 10
	buildtime 					= 310
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 22
	surfacedetectioncapability	= 1
	airdetectioncapability		= 1
	subdetectioncapability		= 4
	visibility					= 70
	seadefence					= 5
	airdefence					= 3
	seaattack					= 5
	subattack					= 1
	airattack					= 0.5
	shorebombardment			= 2
	transportcapability			= 0
	aircraftcapacity			= 0
	range						= 6000
	supplyconsumption			= 0.5
	fuelconsumption				= 1
}
# 1 - Basic
model = {
	cost						= 11
	buildtime 					= 310
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 25
	surfacedetectioncapability	= 1
	airdetectioncapability		= 1
	subdetectioncapability		= 4
	visibility					= 70
	seadefence					= 10
	airdefence					= 4
	seaattack					= 8
	subattack					= 2
	airattack					= 1
	shorebombardment			= 3
	transportcapability			= 0
	aircraftcapacity			= 0
	range						= 7000
	supplyconsumption			= 0.5
	fuelconsumption				= 1
}
# 2 - Improved
model = {
	cost						= 13
	buildtime 					= 310
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 27
	surfacedetectioncapability	= 1
	airdetectioncapability		= 1
	subdetectioncapability		= 4
	visibility					= 70
	seadefence					= 12
	airdefence					= 5
	seaattack					= 10
	subattack					= 2
	airattack					= 2
	shorebombardment			= 4
	transportcapability			= 0
	aircraftcapacity			= 0
	range						= 9000
	supplyconsumption			= 0.6
	fuelconsumption				= 1.1
}
# 3 - Advanced
model = {
	cost						= 13
	buildtime 					= 365
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 30
	surfacedetectioncapability	= 1
	airdetectioncapability		= 2
	subdetectioncapability		= 5
	visibility					= 70
	seadefence					= 16
	airdefence					= 6
	seaattack					= 13
	subattack					= 2
	airattack					= 2.5
	shorebombardment			= 5
	transportcapability			= 0
	aircraftcapacity			= 0
	range						= 10000
	supplyconsumption			= 0.6
	fuelconsumption				= 1.1
}
# 4 - Nuclear
model = {
	cost						= 14
	buildtime 					= 455
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 34
	surfacedetectioncapability	= 2
	airdetectioncapability		= 3
	subdetectioncapability		= 6
	visibility					= 70
	seadefence					= 20
	airdefence					= 6
	seaattack					= 16
	subattack					= 2
	airattack					= 3
	shorebombardment			= 5
	transportcapability			= 0
	aircraftcapacity			= 0
	range						= 80000
	supplyconsumption			= 0.4
	fuelconsumption				= 0
}